Skip to content

chore(deps-dev): bump the npm-dependencies group across 2 directories with 8 updates #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the npm-dependencies group with 8 updates in the / directory:

Package From To
markdownlint-cli2 0.17.2 0.18.0
prettier-plugin-packagejson 2.5.11 2.5.12
@tui-sandbox/library 10.2.2 10.2.3
cypress 14.3.2 14.3.3
eslint-config-prettier 10.1.2 10.1.5
type-fest 4.40.1 4.41.0
typescript-eslint 8.31.1 8.32.0
zod 4.0.0-beta.20250505T012514 4.0.0-beta.20250505T195954

Bumps the npm-dependencies group with 5 updates in the /integration-tests directory:

Package From To
@tui-sandbox/library 10.2.2 10.2.3
cypress 14.3.2 14.3.3
eslint-config-prettier 10.1.2 10.1.5
typescript-eslint 8.31.1 8.32.0
zod 4.0.0-beta.20250505T012514 4.0.0-beta.20250505T195954

Updates markdownlint-cli2 from 0.17.2 to 0.18.0

Changelog

Sourced from markdownlint-cli2's changelog.

0.18.0

  • Use user ID in Docker containers for security
  • Update dependencies (including markdownlint)
  • Remove support for end-of-life Node 18
Commits
  • e8d3f68 Update to version 0.18.0.
  • c6ca909 Bump markdownlint-cli2-formatter-junit from 0.0.12 to 0.0.13
  • b28cf4a Bump markdownlint-cli2-formatter-pretty from 0.0.7 to 0.0.8
  • e443d9f Bump markdownlint-cli2-formatter-template from 0.0.2 to 0.0.3
  • 8e24647 Update README.md to suggest using noBanner with noProgress to implement conve...
  • ea7be7a Update versions of formatter-junit/pretty/template (to pick up changes to pac...
  • 690f2f6 Bump eslint-plugin-n from 17.17.0 to 17.18.0
  • 4070402 Bump nano-spawn from 0.2.0 to 0.2.1
  • bb12d0f Add released Node version 24 to CI workflow.
  • f75b0ba Update Dockerfile-rules to use user ID (vs. name) for consistency with Docker...
  • Additional commits viewable in compare view

Updates prettier-plugin-packagejson from 2.5.11 to 2.5.12

Release notes

Sourced from prettier-plugin-packagejson's releases.

v2.5.12

2.5.12 (2025-05-09)

Bug Fixes

  • deps: update dependency sort-package-json to v3.2.1 (f6214be)
Commits
  • 448891e Merge pull request #226 from matzkoh/renovate/sort-package-json-3.2.x
  • f6214be fix(deps): update dependency sort-package-json to v3.2.1
  • See full diff in compare view

Updates @tui-sandbox/library from 10.2.2 to 10.2.3

Release notes

Sourced from @​tui-sandbox/library's releases.

library: v10.2.3

10.2.3 (2025-05-07)

Bug Fixes

  • deps: allow any version of zod 4, including beta versions (#422) (e33838e)
Commits
  • 7f3cce6 chore(main): release library 10.2.3 (#423)
  • dedb67a build(deps): bump the npm-dependencies group across 3 directories with 3 upda...
  • e33838e fix(deps): allow any version of zod 4, including beta versions (#422)
  • 043c854 build(deps): bump the npm-dependencies group across 3 directories with 6 upda...
  • 0f471cc chore: add repository field to package.json
  • 882a1d7 chore: bump pnpm from 10.8.1 to 10.10.0
  • See full diff in compare view

Updates cypress from 14.3.2 to 14.3.3

Release notes

Sourced from cypress's releases.

v14.3.3

Changelog: https://docs.cypress.io/app/references/changelog#14-3-3

Commits
  • 242fb56 chore: release 14.3.3 (#31650)
  • 2e57751 internal: update data-cy for cloud studio in studio.cy.ts (#31649)
  • 1119625 fix: no longer hang when piping stdout+stderr to a file under certain conditi...
  • 6d03bd0 chore: updating v8 snapshot cache (#31647)
  • 5b8032a chore: updating v8 snapshot cache (#31646)
  • 182e636 chore: updating v8 snapshot cache (#31645)
  • 8cf4aad chore: fix duplicate changelog entry (#31644)
  • 7e14583 chore: Update Chrome (stable) to 136.0.7103.59 and Chrome (beta) to 137.0.715...
  • 53f7aae misc: Assertion dropdown UI update (#31598)
  • acaaf30 chore: (studio) set up infrastructure for cypress in cypress tests for cloud ...
  • Additional commits viewable in compare view

Updates eslint-config-prettier from 10.1.2 to 10.1.5

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.5

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5

v10.1.4

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4

v10.1.3

Patch Changes

New Contributors

Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3

Changelog

Sourced from eslint-config-prettier's changelog.

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

Commits

Updates type-fest from 4.40.1 to 4.41.0

Release notes

Sourced from type-fest's releases.

v4.41.0

  • Add SetNonNullableDeep type (#1117) b9606e7
  • LessThan / GreaterThan / GreaterThanOrEqual: Fix behaviour with unions (#1116) afd809a
  • RequireAllOrNone / RequireAtLeastOne / RequireExactlyOne / RequireOneOrNone: Fix behaviour with any and never (#1113) 8c154e9

sindresorhus/type-fest@v4.40.1...v4.41.0

Commits
  • 6846972 4.41.0
  • b9606e7 Add SetNonNullableDeep type (#1117)
  • afd809a LessThan / GreaterThan / GreaterThanOrEqual: Fix behaviour with unions ...
  • 8c154e9 RequireAllOrNone / RequireAtLeastOne / RequireExactlyOne / `RequireOneO...
  • f74133d Remove unused imports (#1114)
  • See full diff in compare view

Updates typescript-eslint from 8.31.1 to 8.32.0

Release notes

Sourced from typescript-eslint's releases.

v8.32.0

8.32.0 (2025-05-05)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)

🩹 Fixes

  • deps: update dependency typedoc to ^0.28.0 (1fef33521)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
  • typescript-estree: ensure consistent TSMappedType AST shape (#11086)
  • typescript-estree: correct TSImportType property name when assert (#11115)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.32.0 (2025-05-05)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 819a03f chore(release): publish 8.32.0
  • 172ab8a chore(eslint-plugin): resolve remaining issues from vitest migration (#11100)
  • a9c9251 chore: revert vitest related changes in tsconfig files (#11124)
  • See full diff in compare view

Updates zod from 4.0.0-beta.20250505T012514 to 4.0.0-beta.20250505T195954

Commits

Updates @tui-sandbox/library from 10.2.2 to 10.2.3

Release notes

Sourced from @​tui-sandbox/library's releases.

library: v10.2.3

10.2.3 (2025-05-07)

Bug Fixes

  • deps: allow any version of zod 4, including beta versions (#422) (e33838e)
Commits
  • 7f3cce6 chore(main): release library 10.2.3 (#423)
  • dedb67a build(deps): bump the npm-dependencies group across 3 directories with 3 upda...
  • e33838e fix(deps): allow any version of zod 4, including beta versions (#422)
  • 043c854 build(deps): bump the npm-dependencies group across 3 directories with 6 upda...
  • 0f471cc chore: add repository field to package.json
  • 882a1d7 chore: bump pnpm from 10.8.1 to 10.10.0
  • See full diff in compare view

Updates cypress from 14.3.2 to 14.3.3

Release notes

Sourced from cypress's releases.

v14.3.3

Changelog: https://docs.cypress.io/app/references/changelog#14-3-3

Commits
  • 242fb56 chore: release 14.3.3 (#31650)
  • 2e57751 internal: update data-cy for cloud studio in studio.cy.ts (#31649)
  • 1119625 fix: no longer hang when piping stdout+stderr to a file under certain conditi...
  • 6d03bd0 chore: updating v8 snapshot cache (#31647)
  • 5b8032a chore: updating v8 snapshot cache (#31646)
  • 182e636 chore: updating v8 snapshot cache (#31645)
  • 8cf4aad chore: fix duplicate changelog entry (#31644)
  • 7e14583 chore: Update Chrome (stable) to 136.0.7103.59 and Chrome (beta) to 137.0.715...
  • 53f7aae misc: Assertion dropdown UI update (#31598)
  • acaaf30 chore: (studio) set up infrastructure for cypress in cypress tests for cloud ...
  • Additional commits viewable in compare view

Updates eslint-config-prettier from 10.1.2 to 10.1.5

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.5

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5

v10.1.4

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4

v10.1.3

Patch Changes

New Contributors

Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3

Changelog

Sourced from eslint-config-prettier's changelog.

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

Commits

Updates type-fest from 4.40.1 to 4.41.0

Release notes

Sourced from type-fest's releases.

v4.41.0

  • Add SetNonNullableDeep type (#1117) b9606e7
  • LessThan / GreaterThan / GreaterThanOrEqual: Fix behaviour with unions (#1116) afd809a
  • RequireAllOrNone / RequireAtLeastOne / RequireExactlyOne / RequireOneOrNone: Fix behaviour with any and never (#1113) 8c154e9

sindresorhus/type-fest@v4.40.1...v4.41.0

Commits
  • 6846972 4.41.0
  • b9606e7 Add SetNonNullableDeep type (#1117)
  • afd809a LessThan / GreaterThan / GreaterThanOrEqual: Fix behaviour with unions ...
  • 8c154e9 RequireAllOrNone / RequireAtLeastOne / RequireExactlyOne / `RequireOneO...
  • f74133d Remove unused imports (#1114)
  • See full diff in compare view

Updates typescript-eslint from 8.31.1 to 8.32.0

Release notes

Sourced from typescript-eslint's releases.

v8.32.0

8.32.0 (2025-05-05)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)

🩹 Fixes

  • deps: update dependency typedoc to ^0.28.0 (1fef33521)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
  • typescript-estree: ensure consistent TSMappedType AST shape (#11086)
  • typescript-estree: correct TSImportType property name when assert (#11115)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.32.0 (2025-05-05)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 819a03f chore(release): publish 8.32.0
  • 172ab8a chore(eslint-plugin): resolve remaining issues from vitest migration (#11100)
  • a9c9251 chore: revert vitest related changes in tsconfig files (#11124)
  • See full diff in compare view

Updates zod from 4.0.0-beta.20250505T012514 to 4.0.0-beta.20250505T195954

Commits

Updates @tui-sandbox/library from 10.2.2 to 10.2.3

Release notes

Sourced from @​tui-sandbox/library's releases.

library: v10.2.3

10.2.3 (2025-05-07)

Bug Fixes

  • deps: allow any version of zod 4, including beta versions (#422) (e33838e)
Commits
  • 7f3cce6 chore(main): release library 10.2.3 (#423)
  • dedb67a build(deps): bump the npm-dependencies group across 3 directories with 3 upda...
  • e33838e fix(deps): allow any version of zod 4, including beta versions (#422)
  • 043c854 build(deps): bump the npm-dependencies group across 3 directories with 6 upda...
  • 0f471cc chore: add repository field to package.json
  • 882a1d7 chore: bump pnpm from 10.8.1 to 10.10.0
  • See full diff in compare view

Updates cypress from 14.3.2 to 14.3.3

Release notes

Sourced from cypress's releases.

v14.3.3

Changelog: https://docs.cypress.io/app/references/changelog#14-3-3

Commits
  • 242fb56 chore: release 14.3.3 (#31650)
  • 2e57751 internal: update data-cy for cloud studio in studio.cy.ts (#31649)
  • 1119625 fix: no longer hang when piping stdout+stderr to a file under certain conditi...
  • 6d03bd0 chore: updating v8 snapshot cache (#31647)
  • 5b8032a chore: updating v8 snapshot cache (#31646)
  • 182e636 chore: updating v8 snapshot cache (#31645)
  • 8cf4aad chore: fix duplicate changelog entry (#31644)
  • 7e14583 chore: Update Chrome (stable) to 136.0.7103.59 and Chrome (beta) to 137.0.715...
  • 53f7aae misc: Assertion dropdown UI update (#31598)
  • acaaf30 chore: (studio) set up infrastructure for cypress in cypress tests for cloud ...
  • Additional commits viewable in compare view

Updates eslint-config-prettier from 10.1.2 to 10.1.5

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.5

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5

v10.1.4

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4

v10.1.3

Patch Changes

New Contributors

Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3

Changelog

Sourced from eslint-config-prettier's changelog.

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

Commits

Updates typescript-eslint from 8.31.1 to 8.32.0

Release notes

Sourced from typescript-eslint's releases.

v8.32.0

8.32.0 (2025-05-05)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)

🩹 Fixes

  • deps: update dependency typedoc to ^0.28.0 (1fef33521)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
  • typescript-estree: ensure consistent TSMappedType AST shape (#11086)
  • typescript-estree: correct TSImportType property name when assert (#11115)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.32.0 (2025-05-05)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 819a03f chore(release): publish 8.32.0
  • 172ab8a chore(eslint-plugin): resolve remaining issues from vitest migration (#11100)
  • a9c9251 chore: revert vitest related changes in tsconfig files (#11124)
  • See full diff in compare view

Updates zod from 4.0.0-beta.20250505T012514 to 4.0.0-beta.20250505T195954

Commits

Updates @tui-sandbox/library from 10.2.2 to 10.2.3

Release notes

Sourced from @​tui-sandbox/library's releases.

library: v10.2.3

10.2.3 (2025-05-07)

Bug Fixes

  • deps: allow any version of zod 4, including beta versions (#422) (e33838e)
Commits
  • 7f3cce6 chore(main): release library 10.2.3 (#423)
  • dedb67a build(deps): bump the npm-dependencies group across 3 directories with 3 upda...
  • e33838e fix(deps): allow any version of zod 4, including beta versions (#422)
  • 043c854 build(deps): bump the npm-dependencies group across 3 directories with 6 upda...
  • 0f471cc chore: add repository field to package.json
  • 882a1d7 chore: bump pnpm from 10.8.1 to 10.10.0
  • See full diff in compare view

Updates cypress from 14.3.2 to 14.3.3

Release notes

Sourced from cypress's releases.

v14.3.3

Changelog: https://docs.cypress.io/app/references/changelog#14-3-3

Commits
  • 242fb56 chore: release 14.3.3 (#31650)
  • 2e57751 internal: update data-cy for cloud studio in studio.cy.ts (#31649)
  • 1119625 fix: no longer hang when piping stdout+stderr to a file under certain conditi...
  • 6d03bd0 chore: updating v8 snapshot cache (#31647)
  • 5b8032a chore: updating v8 snapshot cache (#31646)
  • 182e636 chore: updating v8 snapshot cache (#31645)
  • 8cf4aad chore: fix duplicate changelog entry (#31644)
  • 7e14583 chore: Update Chrome (stable) to 136.0.7103.59 and Chrome (beta) to 137.0.715...
  • 53f7aae misc: Assertion dropdown UI update (#31598)
  • acaaf30 chore: (studio) set up infrastructure for cypress in cypress tests for cloud ...
  • Additional commits viewable in compare view

Updates eslint-config-prettier from 10.1.2 to 10.1.5

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.5

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5

v10.1.4

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4

v10.1.3

Patch Changes

New Contributors

… with 8 updates

Bumps the npm-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) | `0.17.2` | `0.18.0` |
| [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) | `2.5.11` | `2.5.12` |
| [@tui-sandbox/library](https://github.com/mikavilpas/tui-sandbox) | `10.2.2` | `10.2.3` |
| [cypress](https://github.com/cypress-io/cypress) | `14.3.2` | `14.3.3` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.2` | `10.1.5` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.40.1` | `4.41.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.31.1` | `8.32.0` |
| [zod](https://github.com/colinhacks/zod) | `4.0.0-beta.20250505T012514` | `4.0.0-beta.20250505T195954` |

Bumps the npm-dependencies group with 5 updates in the /integration-tests directory:

| Package | From | To |
| --- | --- | --- |
| [@tui-sandbox/library](https://github.com/mikavilpas/tui-sandbox) | `10.2.2` | `10.2.3` |
| [cypress](https://github.com/cypress-io/cypress) | `14.3.2` | `14.3.3` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.2` | `10.1.5` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.31.1` | `8.32.0` |
| [zod](https://github.com/colinhacks/zod) | `4.0.0-beta.20250505T012514` | `4.0.0-beta.20250505T195954` |



Updates `markdownlint-cli2` from 0.17.2 to 0.18.0
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint-cli2@v0.17.2...v0.18.0)

Updates `prettier-plugin-packagejson` from 2.5.11 to 2.5.12
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.5.11...v2.5.12)

Updates `@tui-sandbox/library` from 10.2.2 to 10.2.3
- [Release notes](https://github.com/mikavilpas/tui-sandbox/releases)
- [Changelog](https://github.com/mikavilpas/tui-sandbox/blob/main/release-please-config.json)
- [Commits](mikavilpas/tui-sandbox@library-v10.2.2...library-v10.2.3)

Updates `cypress` from 14.3.2 to 14.3.3
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.3.2...v14.3.3)

Updates `eslint-config-prettier` from 10.1.2 to 10.1.5
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.2...v10.1.5)

Updates `type-fest` from 4.40.1 to 4.41.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.40.1...v4.41.0)

Updates `typescript-eslint` from 8.31.1 to 8.32.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/typescript-eslint)

Updates `zod` from 4.0.0-beta.20250505T012514 to 4.0.0-beta.20250505T195954
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/commits)

Updates `@tui-sandbox/library` from 10.2.2 to 10.2.3
- [Release notes](https://github.com/mikavilpas/tui-sandbox/releases)
- [Changelog](https://github.com/mikavilpas/tui-sandbox/blob/main/release-please-config.json)
- [Commits](mikavilpas/tui-sandbox@library-v10.2.2...library-v10.2.3)

Updates `cypress` from 14.3.2 to 14.3.3
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.3.2...v14.3.3)

Updates `eslint-config-prettier` from 10.1.2 to 10.1.5
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.2...v10.1.5)

Updates `type-fest` from 4.40.1 to 4.41.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.40.1...v4.41.0)

Updates `typescript-eslint` from 8.31.1 to 8.32.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/typescript-eslint)

Updates `zod` from 4.0.0-beta.20250505T012514 to 4.0.0-beta.20250505T195954
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/commits)

Updates `@tui-sandbox/library` from 10.2.2 to 10.2.3
- [Release notes](https://github.com/mikavilpas/tui-sandbox/releases)
- [Changelog](https://github.com/mikavilpas/tui-sandbox/blob/main/release-please-config.json)
- [Commits](mikavilpas/tui-sandbox@library-v10.2.2...library-v10.2.3)

Updates `cypress` from 14.3.2 to 14.3.3
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.3.2...v14.3.3)

Updates `eslint-config-prettier` from 10.1.2 to 10.1.5
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.2...v10.1.5)

Updates `typescript-eslint` from 8.31.1 to 8.32.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/typescript-eslint)

Updates `zod` from 4.0.0-beta.20250505T012514 to 4.0.0-beta.20250505T195954
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/commits)

Updates `@tui-sandbox/library` from 10.2.2 to 10.2.3
- [Release notes](https://github.com/mikavilpas/tui-sandbox/releases)
- [Changelog](https://github.com/mikavilpas/tui-sandbox/blob/main/release-please-config.json)
- [Commits](mikavilpas/tui-sandbox@library-v10.2.2...library-v10.2.3)

Updates `cypress` from 14.3.2 to 14.3.3
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.3.2...v14.3.3)

Updates `eslint-config-prettier` from 10.1.2 to 10.1.5
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.2...v10.1.5)

Updates `typescript-eslint` from 8.31.1 to 8.32.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/typescript-eslint)

Updates `zod` from 4.0.0-beta.20250505T012514 to 4.0.0-beta.20250505T195954
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/commits)

---
updated-dependencies:
- dependency-name: markdownlint-cli2
  dependency-version: 0.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: prettier-plugin-packagejson
  dependency-version: 2.5.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@tui-sandbox/library"
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: cypress
  dependency-version: 14.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: type-fest
  dependency-version: 4.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: zod
  dependency-version: 4.0.0-beta.20250505T195954
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@tui-sandbox/library"
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: cypress
  dependency-version: 14.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: type-fest
  dependency-version: 4.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: zod
  dependency-version: 4.0.0-beta.20250505T195954
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@tui-sandbox/library"
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: cypress
  dependency-version: 14.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: zod
  dependency-version: 4.0.0-beta.20250505T195954
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@tui-sandbox/library"
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: cypress
  dependency-version: 14.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: zod
  dependency-version: 4.0.0-beta.20250505T195954
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2025
@mikavilpas mikavilpas merged commit b08c7b8 into main May 13, 2025
10 checks passed
@mikavilpas mikavilpas deleted the dependabot/npm_and_yarn/npm-dependencies-d9d3d83687 branch May 13, 2025 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant